home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set LastTick to the ticks
- set OriginalTick to the ticks
- repeat while (the ticks - OriginalTick) < 410
- set x to 15 * (the ticks - LastTick)
- set LastTick to the ticks
- set the locV of sprite 4 to the locV of sprite 4 + x
- updateStage()
- end repeat
- end
-
- on mouseUp
- go(80)
- end
-